@charset "utf-8";
@media (max-width:767px){
	#quan_head{
		position:static;
		background-color:#222;
	}
}
#quan_head_tbody{
	display:block;
	text-align:center;
}
.logo_home{
	display:block;
	width:150px;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#quandi_nav{
	margin:auto;
	max-width:900px;
	margin-top:80px;
	font-size:0px;
}

.home_title{
	font-size:1rem;
	color:#f0963f;
	letter-spacing:1px;
}
.home_miaoshu{
	font-weight:600;
	font-size:2rem;
}
.home_miaoshu>div{
	font-size:1rem;
	font-weight:normal;
	color:#888;
}
.home_tbody{
	
}
#quandi_youshi{
	display:grid;
	grid-template-columns:33.3% 33.3% 33.3%;
	justify-content:center;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:20px;
}
@media (max-width:580px){
	#quandi_youshi{
		grid-template-columns:auto;
		justify-content:unset;
	}
}
.youshi_item{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f8f2;
	padding:15%;
	color:#f0963f;
}
.youshi_item:nth-child(even){
	background-color:#252c30;
}
.youshi_item:nth-child(3){
	background-color:#f0963f;
	color:#252c30;
}
.youshi_tb{
	display:grid;
	grid-template-columns:70px auto;
	align-items:center;
	column-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.2rem;
	font-weight:bold;
}
.youshi_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.youshi_right{
	font-weight:bold;
	line-height:1.5;
}
.youshi_title{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.youshi_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.home_back{
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:60px;
	padding-bottom:60px;
}
.thead{
	text-align:center;
	display:block;
	margin:auto;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:1.5;
}
.title{
	font-size:2.2rem;
	color:#f0963f;
}
.miaoshu{
	font-szie:1rem;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:260px auto;
	column-gap:30px;
	row-gap:20px;
	max-width:1200px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#product{
		grid-template-columns:auto;
		padding:10px;
	}
}
#quandi_lianxi{border:1px solid #ddd;}
#quandi_fenlei{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:80px;
	margin-bottom:80px;
}

#quandi_fenlei_thead{
	text-align:center;
}

#quandi_fenlei_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3)) calc(33.3% - (60px/3)) calc(33.3% - (60px/3));
	row-gap:30px;
	column-gap:30px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_fenlei_tbody{
		grid-template-columns:calc(50% - 10px/2 ) calc(50% - 10px/2 );
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
.fenlei_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
}
.fenlei_item:hover{
	transform:scale(1.1,1.1);
}
.fenlei_tb{
	width:90%;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	position:relative;
	background-color:#f9f9f9;
	margin:auto;
	margin-top:-20px;
	padding:20px;
	box-sizing:border-box;
}
a.fenlei_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-position:top center;
	background-size:cover;
	padding-bottom:60%;
}
a.fenlei_name{
	font-size:1.5rem;
	font-weight:bold;
}
.fenlei_miaoshu{
	color:#888;
	font-size:1rem;
	line-height:1.5;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

/*泛光灯*/
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#f6f6f6;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_product_thead{
	text-align:center;
}
#quandi_product_tbody{
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	max-width:1200px;
	
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_product_tbody{
		grid-template-columns:calc(33.3% - (10px/3)) calc(33.3% - (10px/3)) calc(33.3% - (10px/3));
		column-gap:10px;
		row-gap:10px;
	}
}
@media (max-width:480px){
	#quandi_product_tbody{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
	}
}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	border:1px solid #eee;
	background-color:#fff;
}
a.product_tb:hover{
	border:1px solid #f0963f;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	padding:10px;
}
#quandi_apply{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_apply_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_apply_tbody{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	row-gap:20px;
	column-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_apply_tbody{
		grid-template-columns:calc(50% -  (10px/2)) calc(50% -  (10px/2));
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
a.apply_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
	border-radius:10px;
	background-color:#fff;
}
.apply_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom:75%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.apply_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	text-align:center;
}

#quandi_client{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:1200px;
}
#quandi_client_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
}
#quandi_client_miaoshu{color:#fff;}
#quandi_client_tbody{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	white-space:nowrap;
	position:relative;
}
.client_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
.client_tb{
	margin:auto;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f6f6f6;
	padding:40px;
	max-width:600px;
	text-align:center;
	margin-top:20px;
}
.client_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:60px;
	height:60px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50%;
}
.client_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-weight:bold;
	font-size:1.2rem;
	color:#f0963f;
}
.client_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	white-space:normal;
}
.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:60px;
	height:60px;
	position:absolute;
	top:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-size:2rem;
	border-radius:50%;
	cursor:pointer;
	z-index:2;
}
.arrow:hover{
	background-color:#f0963f;
}
/*关于我们*/
.about_back{
	display:grid;
	grid-template-columns:50% auto;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f0963f;
	background-image: linear-gradient(45deg, #f0963f, #0f9ad7,#f0963f);
	margin-bottom:80px;
}
@media (max-width:767px){
	.about_back{
		grid-template-columns:auto;
	}
}
.about_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(70% - 20%/2) calc(30% - 20%/2);
	align-items:center;
	column-gap:20%;
	row-gap:20px;
	max-width:1000px;
	margin:auto;
	color:#fff;
	padding:10px;
	margin-top:60px;
	margin-bottom:60px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
		row-gap:50px;
		justify-content:center;
	}
}
.about_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.about_title{
	font-size:2rem;
	font-weight:bold;
}
.about_miaoshu{
	margin-top:40px;
	margin-bottom:40px;
	display:block;
	width:auto;
	height:auto;
}
a.about_path{
	display:block;
	width:150px;
	height:44px;
	line-height:44px;
	border-radius:22px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background-color:#f0963f;
	margin:auto;
	margin-left:0px;
}
a.about_path:hover{
	background-color:#fff;
	color:#f0963f;
}

#quandi_about{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding:30px;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_about_title{
	font-size:1.5rem;
}
#quandi_about_miaoshu{
	font-size:1.2rem;
}
#quandi_about_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top:20px;
	font-size:1.1rem;
	line-height:2;
	max-width:500px;
}
.new_back{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#333;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:80px;
}
.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
	text-align:center;
	padding:20px;
	margin-top:50px;
	margin-bottom:50px;
}
.new_title{
	font-size:4rem;
	color:#00ffff;
	font-weight:bold;
	line-height:1.5;
}
.new_miaoshu{
	font-size:1.8rem;
	color:#fff;
}
.new_name{
	font-size:1.7rem;
	color:#ff0;
	font-weight:bold;
	margin-top:20px;
}
/*新闻*/
#quandi_xinwen{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#fff;
}
a.xinwen_pic{
	display:block;
	margin:auto;
	width:100%;
	height:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	min-height:300px;
}
.xinwen_right{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;	
}
a.xinwen_name{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
	font-weight:bold;
}
.xinwen_date{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	color:#999;
	fonts-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.xinwen_miaoshu{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	color:#999;
}
#quandi_news{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	overflow:hidden;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_news_thead{
	text-align:center;
}
#quandi_news_tbody{
	max-width:1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3)) calc(33.3% - (60px/3)) calc(33.3% - (60px/3));
	row-gap:30px;
	column-gap:30px;
	margin-top:50px;
}
@media (max-width:767px){
	#quandi_news_tbody{
		grid-template-columns:auto;
		row-gap:10px;
		column-gap:10px;
	}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.news_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:50%;
	outline:none;
}
a.news_name{
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.1rem;
	font-weight:bold;
}
.news_date{
	color:#888;
	white-space:nowrap;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1rem;
	color:#888;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#quandi_honor{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
	position:relative;
}
#quandi_honor_thead{
	text-align:center;
}
#quandi_honor_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:50px;
	padding-left:60px;
	padding-right:60px;
}
.honor_tb{
	display:inline-block;
	overflow:hidden;
	width:25%;
	height:auto;
	margin-right:10px;
}
.honor_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:125%;
	position:relative;
}

#quandi_partner{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quandi_partner{
		margin-top:20px;
		margin-bottom:20px;
	}
}
.partner_item{
	display:inline-block;
	overflow:hidden;
	width:12.5%;
	height:auto;
	margin-right:10px;
}
@media (max-width:767px){
	.partner_item{
		width:25%;
	}
}
@media (max-width:480px){
	.partner_item{
		width:33.3%;
	}
}
.partner_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:50%;
	position:relative;
	border:1px solid #ddd;
}